(bug 27468) Move private styles out to their own section, so they override everything...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 20 Feb 2011 17:24:42 +0000 (17:24 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 20 Feb 2011 17:24:42 +0000 (17:24 +0000)
commit977d20741bee68c15a8df0dc772d51f7a46364bd
tree18b3acf675cff34128ca07a0ed6dab5f3cbed200
parente752bdd92a9ccbd722d7ff0b1422154a9c62ade8
(bug 27468) Move private styles out to their own section, so they override everything except user styles. Moved from one makeResourceLoaderLink() call with array_merge() to multiple calls, because makeResourceLoaderLink() orders the modules, then groups them, so the input order is not preserved. Also fixed an issue in makeResourceLoaderLink() where the $uery variable was reused in each iteration but not cleared, allowing pollution to occur in theory (doesn't seem to have happened in practice, though).
includes/OutputPage.php